chore: update rust-simplicity dependency#314
Conversation
|
@ivanlele in your opinion are we ready to just release a new version of rust-simplicity with these changes? |
@apoelstra, looks like it, the remaining work for #224 is only on the HL side. I was actually about to ask you what we needed to make release myself |
|
Okay, dope. @ivanlele can you open a PR on rust-simplicity which bumps the version in Cargo.toml and the lockfiles, and adds whatever CHANGELOG.md entries you think are worth mentioning? Then I can merge that, and tag and publish it. |
|
Can we possibly also get BlockstreamResearch/rust-simplicity#362 merged before the tag? |
|
oops yes definitely. let me review it now. |
On it, I'll make it a draft for now, before Mike's PR is reviewed |
…ew API Switch to later master branch of rust-simplicity, which removes the `Jet` type parameter from nodes and renames broken lock distance/ duration jets. Update all call sites to match the new API and deprecate example files that use the renamed jets.
7d37b65 to
e292d60
Compare
Switches from the git master branch source to the published crates.io registry version for both simplicity-lang (0.7.1) and simplicity-sys (0.7.0).
Switch to latest master branch of rust-simplicity, which removes the
Jettype parameter from nodes and renames broken lock distance/ duration jets. Update all call sites to match the new API and deprecate example files that use the renamed jets.